FrameLib  2.0
DSP processing with frames of arbitrary timing and length
FrameLib_ErrorReporter::ErrorList::ConstIterator Class Reference

an iterator for reports in the list (with an underlying const ErrorReport type). More...

#include <FrameLib_Errors.h>

Public Member Functions

const ErrorReport operator* ()
 
const ErrorReportoperator-> ()
 
ConstIteratoroperator++ ()
 
ConstIterator operator++ (int)
 

Friends

bool operator== (const ConstIterator &a, const ConstIterator &b)
 
bool operator!= (const ConstIterator &a, const ConstIterator &b)
 

Detailed Description

an iterator for reports in the list (with an underlying const ErrorReport type).

Member Function Documentation

◆ operator*()

const ErrorReport FrameLib_ErrorReporter::ErrorList::ConstIterator::operator* ( )
inline

◆ operator++() [1/2]

ConstIterator& FrameLib_ErrorReporter::ErrorList::ConstIterator::operator++ ( )
inline

◆ operator++() [2/2]

ConstIterator FrameLib_ErrorReporter::ErrorList::ConstIterator::operator++ ( int  )
inline

◆ operator->()

const ErrorReport* FrameLib_ErrorReporter::ErrorList::ConstIterator::operator-> ( )
inline

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const ConstIterator a,
const ConstIterator b 
)
friend

◆ operator==

bool operator== ( const ConstIterator a,
const ConstIterator b 
)
friend

The documentation for this class was generated from the following file: